The Pseudoflow Algorithm and the Pseudoflow-Based Simplex for the Maximum Flow Problem
نویسنده
چکیده
We introduce an algorithm that solves the maximum ow problem without generating ows explicitly The algorithm solves di rectly a problem we call the maximum s excess problem That problem is equivalent to the minimum cut problem and is a direct extension of the maximum closure problem The concepts used also lead to a new parametric analysis algorithm generating all breakpoints in the amount of time of a single run The insights derived from the analysis of the new algorithm lead to a new simplex algorithm for the maximum ow problem a pseudo ow based simplex We show that this simplex algorithm can perform a parametric analysis in the same amount of time as a single run This is the rst known simplex algorithm for maximum ow that generates all possible breakpoints of parameter values in the same complexity as required to solve a single maximum ow instance and the fastest one The complexities of our pseudo ow algorithm the new simplex algo rithm and the parametric analysis for both algorithms are O mn log n on a graph with n nodes and m arcs
منابع مشابه
The Pseudoflow Algorithm: A New Algorithm for the Maximum-Flow Problem
We introduce the pseudoflow algorithm for the maximum-flow problem that employs only pseudoflows and does not generate flows explicitly. The algorithm solves directly a problem equivalent to the minimum-cut problem—the maximum blocking-cut problem. Once the maximum blocking-cut solution is available, the additional complexity required to find the respective maximum-flow is O m logn . A variant ...
متن کاملSimplifications and speedups of the pseudoflow algorithm
The pseudoflow algorithm for solving the maximum flow and minimum cut problems was devised in Hochbaum in [13]. The complexity of the algorithm was shown in [13] to be O(nm log n). In [5] Chandran and Hochbaum demonstrated that the pseudoflow algorithm is very efficient in practice, and that the highest label version of the algorithm tends to perform best. Here we improve the running time of th...
متن کاملPractical and theoretical improvements for bipartite matching using the pseudoflow algorithm
We show that the pseudoflow algorithm for maximum flow is particularly efficient for the bipartite matching problem both in theory and in practice. We develop several implementations of the pseudoflow algorithm for bipartite matching, and compare them over a wide set of benchmark instances to state-ofthe-art implementations of push-relabel and augmenting path algorithms that are specifically de...
متن کاملA Computational Study of the Pseudoflow and Push-Relabel Algorithms for the Maximum Flow Problem
We present the results of a computational investigation of the pseudoflow and push-relabel algorithms for the maximum flow and minimum s-t cut problems. The two algorithms were tested on several problem instances from the literature. Our results show that our implementation of the pseudoflow algorithm is faster than the best-known implementation of push-relabel on most of the problem instances ...
متن کاملInvestigations on push-relabel based algorithms for the maximum transversal problem
We investigate the push-relabel algorithm for solving the problem of finding a maximum cardinality matching in a bipartite graph in the context of the maximum transversal problem. We describe in detail an optimized yet easy-to-implement version of the algorithm and fine-tune its parameters. We also introduce new performance-enhancing techniques. On a wide range of real-world instances, we compa...
متن کامل